"The DictionaryTable displays the contents of an NSDictionary. Note that the order of the elements in the dictionary is random (as that is the nature of NSDictionary's).";
parameters = (
"dictionary",
"The dictionary whose contents will be displayed in the DictionaryTable.",
"borderSize",
"The width of the table border. Default is 1.",
"cellPadding",
"The margin around of each cell in the table. Default is 2.",
"cellSpacing",
"The space between the cells in the table. Default is 0."
);
currentVersion = "1.0";
releaseDate = "March 4, 1996";
supportPolicy = "ExampleCode: Unsupported";
distributionPolicy = "You may freely distribute this code";